Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h2311 extern void BTA_DmBleConfirmReply(BD_ADDR bd_addr, BOOLEAN accept);
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c1205 void BTA_DmBleConfirmReply(BD_ADDR bd_addr, BOOLEAN accept) in BTA_DmBleConfirmReply() function
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c2121 BTA_DmBleConfirmReply(bd_addr, arg->enc_comfirm_replay.accept); in btc_gap_ble_call_handler()