Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h384 } tBTA_DM_API_PIN_REPLY; typedef
1046 tBTA_DM_API_PIN_REPLY pin_reply;
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c608 tBTA_DM_API_PIN_REPLY *p_msg; in BTA_DmPinReply()
610 if ((p_msg = (tBTA_DM_API_PIN_REPLY *) osi_malloc(sizeof(tBTA_DM_API_PIN_REPLY))) != NULL) { in BTA_DmPinReply()