Home
last modified time | relevance | path

Searched refs:RfcommRegistServerInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_api.c286 } RfcommRegistServerInfo; typedef
292 RfcommRegistServerInfo *ctx = context; in RfcommRegisterServerTsk()
325 RfcommRegistServerInfo *ctx = malloc(sizeof(RfcommRegistServerInfo)); in RFCOMM_RegisterServer()
330 (void)memset_s(ctx, sizeof(RfcommRegistServerInfo), 0x00, sizeof(RfcommRegistServerInfo)); in RFCOMM_RegisterServer()