Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c2947 bdcpy(sec_event.authorize.bd_addr, bd_addr); in bta_dm_authorize_cback()
2948 memcpy(sec_event.authorize.dev_class, dev_class, DEV_CLASS_LEN); in bta_dm_authorize_cback()
2950 BCM_STRNCPY_S((char *)sec_event.authorize.bd_name, (char *)bd_name, BD_NAME_LEN); in bta_dm_authorize_cback()
2951 sec_event.authorize.bd_name[BD_NAME_LEN] = '\0'; in bta_dm_authorize_cback()
2954 sec_event.authorize.service = service_id; in bta_dm_authorize_cback()
2960 sec_event.authorize.service = index; in bta_dm_authorize_cback()
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c909 esp_err_t esp_gap_ble_set_authorization(esp_bd_addr_t bd_addr, bool authorize) in esp_gap_ble_set_authorization() argument
914 if (BTM_Ble_Authorization(bd_addr, authorize)) { in esp_gap_ble_set_authorization()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h2246 esp_err_t esp_gap_ble_set_authorization(esp_bd_addr_t bd_addr, bool authorize);
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h2663 BOOLEAN BTM_Ble_Authorization(BD_ADDR bd_addr, BOOLEAN authorize);
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h1011 tBTA_DM_AUTHORIZE authorize; /* Authorization request. */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c4700 BOOLEAN BTM_Ble_Authorization(BD_ADDR bd_addr, BOOLEAN authorize) in BTM_Ble_Authorization() argument
4707 if (btm_sec_dev_authorization(bd_addr, authorize)) { in BTM_Ble_Authorization()