Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc167 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_AddService() local
366 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_DeleteService() local
445 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueIndication() local
543 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueNotification() local
640 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_SendRsp() local
691 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ConfigureMTU() local
747 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Discover() local
815 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Read() local
924 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Write() local
973 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ExecuteWrite() local
[all …]
Dgatt_main.cc416 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, in gatt_act_connect()
533 tGATT_REG* p_reg = NULL; in gatt_channel_congestion() local
564 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_phy_updated() local
581 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_conn_update() local
803 tGATT_REG* p_reg; in gatt_send_conn_cback() local
Dgatt_utils.cc792 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_sr_send_req_callback() local
932 tGATT_REG* p_reg = NULL; in gatt_get_regcb() local
984 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_clcb_alloc() local
1694 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_cleanup_upon_disc() local
Dgatt_cl.cc636 tGATT_REG* p_reg; in gatt_process_notification() local
Dgatt_int.h352 tGATT_REG* p_reg; /* owner of this CLCB */ member
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_utils.cc66 tBTA_GATTS_RCB* p_reg; in bta_gatts_find_app_rcb_by_app_if() local
Dbta_gatts_act.cc580 tBTA_GATTS_RCB* p_reg; in bta_gatts_conn_cback() local
614 tBTA_GATTS_RCB* p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if); in bta_gatts_phy_update_cback() local
632 tBTA_GATTS_RCB* p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if); in bta_gatts_conn_update_cback() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_ar.cc50 void bta_ar_reg_avdt(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in bta_ar_reg_avdt()
Dmock_bta_sys_main.cc81 void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg) { in bta_sys_register()
Dmock_stack_gatt_main.cc43 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, in gatt_act_connect()
Dmock_stack_avdt_api.cc133 void AVDT_Register(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in AVDT_Register()
/packages/modules/Bluetooth/system/bta/sys/
Dbta_sys_main.cc120 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.cc76 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.cc97 void AVDT_Register(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in AVDT_Register()