/hardware/libhardware/include/hardware/ |
bt_common_types.h | 58 uint16_t attribute_handle; member in struct:__anon42943
|
bt_gatt_server.h | 161 bt_status_t (*send_indication)(int server_if, int attribute_handle,
|
/system/bt/service/ |
gatt_server.cc | 86 .attribute_handle = incl_svc.handle()}); 294 << " first handle: " << svc[0].attribute_handle 298 Service service(svc[0].attribute_handle, true, UUID(svc[0].uuid), {}, {}); 303 << " handle: " << curr.attribute_handle; 305 service.characteristics().push_back({curr.attribute_handle, 312 {curr.attribute_handle, UUID(curr.uuid), curr.permissions}); 330 const RawAddress& bda, int attribute_handle, int offset, bool is_long) { 342 << " attribute_handle: " << attribute_handle << " offset: " << offset 345 conn->request_id_to_handle[trans_id] = attribute_handle; [all...] |
gatt_server.h | 206 const RawAddress& bda, int attribute_handle, int offset, 211 int attribute_handle, int offset,
|
gatt_server_old.cc | 146 service[0].attribute_handle); 151 g_internal->service_handle = service[0].attribute_handle; 158 LOG_INFO(LOG_TAG, "%s: descr_handle:%d", __func__, el.attribute_handle); 161 uint16_t char_handle = el.attribute_handle;
|
/system/bt/stack/srvc/ |
srvc_battery.cc | 246 srvc_hdl = service[0].attribute_handle; 247 p_inst->ba_level_hdl = service[1].attribute_handle; 251 p_inst->clt_cfg_hdl = service[i].attribute_handle; 256 p_inst->pres_fmt_hdl = service[i].attribute_handle; 261 p_inst->rpt_ref_hdl = service[i].attribute_handle;
|
srvc_dis.cc | 380 dis_cb.service_handle = service[0].attribute_handle; 384 dis_cb.dis_attr[i].handle = service[i + 1].attribute_handle;
|
/system/bt/service/hal/ |
fake_bluetooth_gatt_interface.cc | 87 bt_status_t FakeSendIndication(int server_if, int attribute_handle, int conn_id, 90 return g_server_handler->SendIndication(server_if, attribute_handle,
|
fake_bluetooth_gatt_interface.h | 59 virtual bt_status_t SendIndication(int server_if, int attribute_handle,
|
/system/bt/stack/gap/ |
gap_ble.cc | 440 service_handle = service[0].attribute_handle; 445 gatt_attr[0].handle = service[1].attribute_handle; 448 gatt_attr[1].handle = service[2].attribute_handle; 451 gatt_attr[2].handle = service[3].attribute_handle; 462 gatt_attr[3].handle = service[4].attribute_handle;
|
/system/bt/test/suite/gatt/ |
gatt_test.cc | 120 service_handle_ = service[0].attribute_handle;
|
/system/bt/stack/gatt/ |
gatt_api.cc | 192 * attribute_handle field inside service elements are filled. 263 service->attribute_handle = s_hdl; 290 el->attribute_handle = gatts_add_characteristic( 301 el->attribute_handle = 305 p_incl_decl = gatt_find_hdl_buffer_by_handle(el->attribute_handle); 311 el->attribute_handle = gatts_add_included_service( [all...] |
gatt_attr.cc | 298 service_handle = service[0].attribute_handle; 299 gatt_cb.handle_of_h_r = service[1].attribute_handle;
|
/system/bt/btif/src/ |
btif_gatt_server.cc | 392 int attribute_handle, int conn_id, 400 attribute_handle, std::move(value), confirm));
|
/system/bt/bta/gatt/ |
bta_gatts_api.cc | 150 bta_gatts_cb.srvc_cb[srvc_idx].service_id = service[0].attribute_handle;
|
bta_gattc_cache.cc | [all...] |
/system/bt/service/test/ |
gatt_server_unittest.cc | 272 .attribute_handle = srvc_handle_}, 275 .attribute_handle = char_handle_}, 278 .attribute_handle = desc_handle_},
|
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_gatt.cpp | 463 env->SetIntField(element.get(), fid, curr.attribute_handle); 475 env->SetIntField(element.get(), fid, curr.attribute_handle); [all...] |
/system/bt/stack/include/ |
gatt_api.h | 707 * attribute_handle field inside service elements are filled. [all...] |