Searched refs:GATTS_AddCharacteristic (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/gap/ |
D | gap_ble.c | 405 …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/ |
D | srvc_battery.c | 238 if ((p_inst->ba_level_hdl = GATTS_AddCharacteristic(srvc_hdl, in Battery_Instantiate()
|
D | srvc_dis.c | 372 …p_db_attr->handle = GATTS_AddCharacteristic(dis_cb.service_handle, &uuid, GATT_PERM_READ, GATT_CH… in DIS_SrInit()
|
/system/bt/stack/gatt/ |
D | gatt_attr.c | 289 …gatt_cb.handle_of_h_r = GATTS_AddCharacteristic(service_handle, &uuid, 0, GATT_CHAR_PROP_BIT… in gatt_profile_db_init()
|
D | gatt_api.c | 314 UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid, in GATTS_AddCharacteristic() function
|
/system/bt/stack/include/ |
D | gatt_api.h | 776 extern UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *char_uuid,
|
/system/bt/bta/gatt/ |
D | bta_gatts_act.c | 431 attr_id = GATTS_AddCharacteristic(p_msg->api_add_char.hdr.layer_specific, in bta_gatts_add_char()
|