Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc173 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_AddService() local
370 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_DeleteService() local
450 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueIndication() local
547 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueNotification() local
644 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_SendRsp() local
693 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ConfigureMTU() local
876 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Discover() local
942 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Read() local
1049 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Write() local
1097 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ExecuteWrite() local
[all …]
Dgatt_main.cc423 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, in gatt_act_connect()
463 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, in gatt_act_connect()
631 tGATT_REG* p_reg = NULL; in gatt_channel_congestion() local
665 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_phy_updated() local
682 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_conn_update() local
706 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_subrate_change() local
934 tGATT_REG* p_reg; in gatt_send_conn_cback() local
Dgatt_utils.cc878 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_sr_send_req_callback() local
1032 tGATT_REG* p_reg = NULL; in gatt_get_regcb() local
1087 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_clcb_alloc() local
1535 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_cancel_open() local
1758 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_le_disconnect_complete_notify_user() local
Dgatt_cl.cc639 tGATT_REG* p_reg; in gatt_process_notification() local
Dgatt_int.h357 tGATT_REG* p_reg; /* owner of this CLCB */ member
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc594 tBTA_GATTS_RCB* p_reg; in bta_gatts_conn_cback() local
628 tBTA_GATTS_RCB* p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if); in bta_gatts_phy_update_cback() local
646 tBTA_GATTS_RCB* p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if); in bta_gatts_conn_update_cback() local
666 tBTA_GATTS_RCB* p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if); in bta_gatts_subrate_chg_cback() local
Dbta_gatts_utils.cc67 tBTA_GATTS_RCB* p_reg; in bta_gatts_find_app_rcb_by_app_if() local
/packages/modules/Bluetooth/system/bta/sys/
Dbta_sys_main.cc103 void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg) { in bta_sys_register()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_sys_main.cc73 void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg) { in bta_sys_register()
/packages/modules/Bluetooth/system/bta/ar/
Dbta_ar.cc118 void bta_ar_reg_avdt(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in bta_ar_reg_avdt()
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_api.cc99 void AVDT_Register(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in AVDT_Register()