Home
last modified time | relevance | path

Searched defs:p_reg (Results 1 – 11 of 11) sorted by relevance

/system/bt/stack/gatt/
Dgatt_api.cc156 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_AddService() local
337 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_DeleteService() local
415 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueIndication() local
474 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueNotification() local
524 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_SendRsp() local
573 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ConfigureMTU() local
624 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Discover() local
687 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Read() local
766 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Write() local
819 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ExecuteWrite() local
[all …]
Dgatt_main.cc352 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, in gatt_act_connect()
462 tGATT_REG* p_reg = NULL; in gatt_channel_congestion() local
493 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_phy_updated() local
513 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_conn_update() local
806 tGATT_REG* p_reg; in gatt_send_conn_cback() local
Dgatt_utils.cc711 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_sr_send_req_callback() local
849 tGATT_REG* p_reg = NULL; in gatt_get_regcb() local
907 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_clcb_alloc() local
1276 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_cleanup_upon_disc() local
Dgatt_cl.cc611 tGATT_REG* p_reg; in gatt_process_notification() local
Dgatt_int.h308 tGATT_REG* p_reg; /* owner of this CLCB */ member
/system/bt/bta/gatt/
Dbta_gatts_utils.cc67 tBTA_GATTS_RCB* p_reg; in bta_gatts_find_app_rcb_by_app_if() local
Dbta_gatts_act.cc591 tBTA_GATTS_RCB* p_reg; in bta_gatts_conn_cback() local
627 tBTA_GATTS_RCB* p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if); in bta_gatts_phy_update_cback() local
645 tBTA_GATTS_RCB* p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if); in bta_gatts_conn_update_cback() local
/system/nfc/src/nfa/sys/
Dnfa_sys_main.cc121 void nfa_sys_register(uint8_t id, const tNFA_SYS_REG* p_reg) { in nfa_sys_register()
/system/bt/bta/ar/
Dbta_ar.cc95 void bta_ar_reg_avdt(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback, in bta_ar_reg_avdt()
/system/bt/bta/sys/
Dbta_sys_main.cc481 void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg) { in bta_sys_register()
/system/bt/stack/avdt/
Davdt_api.cc91 void AVDT_Register(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in AVDT_Register()