Home
last modified time | relevance | path

Searched refs:GATTS_AddCharacteristic (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/gap/
Dgap_ble.c405 …p_db_attr->handle = GATTS_AddCharacteristic(service_handle, &uuid, GATT_PERM_READ, GATT_CHAR_PROP_… in gap_attr_db_init()
411 p_db_attr->handle = GATTS_AddCharacteristic(service_handle, in gap_attr_db_init()
425 p_db_attr->handle = GATTS_AddCharacteristic(service_handle, in gap_attr_db_init()
435 p_db_attr->handle = GATTS_AddCharacteristic(service_handle, &uuid, in gap_attr_db_init()
/system/bt/stack/srvc/
Dsrvc_battery.c238 if ((p_inst->ba_level_hdl = GATTS_AddCharacteristic(srvc_hdl, in Battery_Instantiate()
Dsrvc_dis.c372 …p_db_attr->handle = GATTS_AddCharacteristic(dis_cb.service_handle, &uuid, GATT_PERM_READ, GATT_CH… in DIS_SrInit()
/system/bt/stack/gatt/
Dgatt_attr.c289 …gatt_cb.handle_of_h_r = GATTS_AddCharacteristic(service_handle, &uuid, 0, GATT_CHAR_PROP_BIT… in gatt_profile_db_init()
Dgatt_api.c314 UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid, in GATTS_AddCharacteristic() function
/system/bt/stack/include/
Dgatt_api.h776 extern UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *char_uuid,
/system/bt/bta/gatt/
Dbta_gatts_act.c431 attr_id = GATTS_AddCharacteristic(p_msg->api_add_char.hdr.layer_specific, in bta_gatts_add_char()