Searched refs:tGATT_REG (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/gatt/ |
D | stack_gatt_test.cc | 111 std::unique_ptr<tGATT_REG> reg0 = std::make_unique<tGATT_REG>(); in TEST_F() 112 std::unique_ptr<tGATT_REG> reg1 = std::make_unique<tGATT_REG>(); in TEST_F() 113 memset(reg0.get(), 0xff, sizeof(tGATT_REG)); in TEST_F() 114 memset(reg1.get(), 0xff, sizeof(tGATT_REG)); in TEST_F() 115 ASSERT_EQ(0, memcmp(reg0.get(), reg1.get(), sizeof(tGATT_REG))); in TEST_F() 117 memset(reg0.get(), 0x0, sizeof(tGATT_REG)); in TEST_F() 118 memset(reg1.get(), 0x0, sizeof(tGATT_REG)); in TEST_F() 119 ASSERT_EQ(0, memcmp(reg0.get(), reg1.get(), sizeof(tGATT_REG))); in TEST_F() 123 std::unique_ptr<tGATT_REG> reg0 = std::make_unique<tGATT_REG>(); in TEST_F() 124 memset(reg0.get(), 0xff, sizeof(tGATT_REG)); in TEST_F() [all …]
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_api.cc | 173 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_AddService() 370 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_DeleteService() 450 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueIndication() 547 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueNotification() 644 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_SendRsp() 693 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ConfigureMTU() 876 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Discover() 942 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Read() 1049 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Write() 1097 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ExecuteWrite() [all …]
|
D | gatt_int.h | 201 } tGATT_REG; typedef 357 tGATT_REG* p_reg; /* owner of this CLCB */ 417 tGATT_REG cl_rcb[GATT_MAX_APPS]; 468 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, 470 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, 590 tGATT_REG* gatt_get_regcb(tGATT_IF gatt_if);
|
D | gatt_main.cc | 423 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() 665 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_phy_updated() 682 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_conn_update() 706 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_subrate_change() 934 tGATT_REG* p_reg; in gatt_send_conn_cback()
|
D | gatt_utils.cc | 878 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_sr_send_req_callback() 1030 tGATT_REG* gatt_get_regcb(tGATT_IF gatt_if) { in gatt_get_regcb() 1032 tGATT_REG* p_reg = NULL; in gatt_get_regcb() 1087 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_clcb_alloc() 1535 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_cancel_open() 1758 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_le_disconnect_complete_notify_user()
|
D | gatt_cl.cc | 639 tGATT_REG* p_reg; in gatt_process_notification()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_gatt_main.cc | 29 bool gatt_act_connect(tGATT_REG* /* p_reg */, const RawAddress& /* bd_addr */, in gatt_act_connect() argument
|