Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1844 } tBTM_APPL_INFO; typedef
3325 BOOLEAN BTM_SecRegister (tBTM_APPL_INFO *p_cb_info);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h902 tBTM_APPL_INFO api;
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c223 const tBTM_APPL_INFO bta_security = {
506 BTM_SecRegister((tBTM_APPL_INFO *)&bta_security); in bta_dm_sys_hw_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c226 BOOLEAN BTM_SecRegister(tBTM_APPL_INFO *p_cb_info) in BTM_SecRegister()