Searched defs:p_reg (Results 1 – 14 of 14) sorted by relevance
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_api.cc | 167 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 …]
|
D | gatt_main.cc | 416 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
|
D | gatt_utils.cc | 792 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
|
D | gatt_cl.cc | 636 tGATT_REG* p_reg; in gatt_process_notification() local
|
D | gatt_int.h | 352 tGATT_REG* p_reg; /* owner of this CLCB */ member
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_utils.cc | 66 tBTA_GATTS_RCB* p_reg; in bta_gatts_find_app_rcb_by_app_if() local
|
D | bta_gatts_act.cc | 580 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/ |
D | mock_bta_ar.cc | 50 void bta_ar_reg_avdt(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in bta_ar_reg_avdt()
|
D | mock_bta_sys_main.cc | 81 void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg) { in bta_sys_register()
|
D | mock_stack_gatt_main.cc | 43 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, in gatt_act_connect()
|
D | mock_stack_avdt_api.cc | 133 void AVDT_Register(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in AVDT_Register()
|
/packages/modules/Bluetooth/system/bta/sys/ |
D | bta_sys_main.cc | 120 void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg) { in bta_sys_register()
|
/packages/modules/Bluetooth/system/bta/ar/ |
D | bta_ar.cc | 76 void bta_ar_reg_avdt(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in bta_ar_reg_avdt()
|
/packages/modules/Bluetooth/system/stack/avdt/ |
D | avdt_api.cc | 97 void AVDT_Register(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in AVDT_Register()
|