| /system/bt/btcore/src/ |
| D | uuid.c | 65 bt_uuid_t *uuid = osi_calloc(sizeof(bt_uuid_t)); in uuid_new() local 88 void uuid_free(bt_uuid_t *uuid) { in uuid_free() 92 bool uuid_is_empty(const bt_uuid_t *uuid) { in uuid_is_empty() 108 bool uuid_128_to_16(const bt_uuid_t *uuid, uint16_t *uuid16) { in uuid_128_to_16() 119 bool uuid_128_to_32(const bt_uuid_t *uuid, uint32_t *uuid32) { in uuid_128_to_32() 130 void uuid_to_string(const bt_uuid_t *uuid, uuid_string_t *uuid_string) { in uuid_to_string() 157 static bool uuid_is_base(const bt_uuid_t *uuid) { in uuid_is_base()
|
| D | property.c | 109 bt_property_t *property_new_uuids(const bt_uuid_t *uuid, size_t count) { in property_new_uuids()
|
| /system/bt/btcore/test/ |
| D | uuid_test.cpp | 41 bt_uuid_t *uuid; in TEST_F() local 96 bt_uuid_t *uuid = NULL; in TEST_F() local 110 bt_uuid_t *uuid = NULL; in TEST_F() local 126 bt_uuid_t *uuid = NULL; in TEST_F() local 142 bt_uuid_t *uuid = NULL; in TEST_F() local
|
| /system/extras/ext4_utils/ |
| D | ext4_utils.c | 56 struct uuid { struct 79 struct uuid *uuid = (struct uuid *)result; in generate_sha1_uuid() local
|
| /system/bt/btif/src/ |
| D | btif_gatt_server.c | 92 bt_uuid_t uuid; member 238 bt_uuid_t uuid; in btapp_gatts_handle_cback() local 252 bt_uuid_t uuid; in btapp_gatts_handle_cback() local 377 tBT_UUID uuid; in btgatts_handle_event() local 459 tBT_UUID uuid; in btgatts_handle_event() local 469 tBT_UUID uuid; in btgatts_handle_event() local 520 static bt_status_t btif_gatts_register_app(bt_uuid_t *uuid) in btif_gatts_register_app() 587 bt_uuid_t *uuid, int properties, in btif_gatts_add_characteristic() 601 static bt_status_t btif_gatts_add_descriptor(int server_if, int service_handle, bt_uuid_t *uuid, in btif_gatts_add_descriptor()
|
| D | btif_sock_sdp.c | 167 static int add_sdp_by_uuid(const char *name, const uint8_t *uuid, in add_sdp_by_uuid() 373 static int add_rfc_sdp_by_uuid(const char *name, const uint8_t *uuid, in add_rfc_sdp_by_uuid() 425 int get_reserved_rfc_channel(const uint8_t *uuid) { in get_reserved_rfc_channel() 438 int add_rfc_sdp_rec(const char *name, const uint8_t *uuid, const int channel) { in add_rfc_sdp_rec()
|
| D | btif_profile_queue.c | 51 uint16_t uuid; member 120 bt_status_t btif_queue_connect(uint16_t uuid, const bt_bdaddr_t *bda, btif_connect_cb_t connect_cb)… in btif_queue_connect()
|
| D | btif_sdp.c | 148 static bt_status_t search(bt_bdaddr_t *bd_addr, const uint8_t *uuid) in search()
|
| D | btif_sock.c | 146 …s_t btsock_connect(const bt_bdaddr_t *bd_addr, btsock_type_t type, const uint8_t *uuid, int channe… in btsock_connect()
|
| D | btif_av.c | 90 uint16_t uuid; member 1096 static bt_status_t connect_int(bt_bdaddr_t *bd_addr, uint16_t uuid) in connect_int()
|
| /system/bt/btif/include/ |
| D | btif_sock_sdp.h | 35 static inline bool is_uuid_empty(const uint8_t* uuid) in is_uuid_empty()
|
| /system/bt/bta/gatt/ |
| D | bta_gattc_cache.c | 215 static UINT8 bta_gattc_get_srvc_inst_id(tBTA_GATTC_SERV *p_srvc_cb, tBT_UUID uuid) in bta_gattc_get_srvc_inst_id() 701 UINT16 e_handle, tBT_UUID uuid) in bta_gattc_srvc_in_list() 740 tBT_UUID uuid, BOOLEAN is_primary) in bta_gattc_add_srvc_to_list() 780 tBT_UUID uuid, UINT8 property) in bta_gattc_add_char_to_list() 904 tSDP_UUID uuid; in bta_gattc_sdp_service_disc() local 1550 UINT16 e_handle, UINT8 id, tBT_UUID uuid, UINT8 prop, in bta_gattc_fill_nv_attr() 1578 tBT_UUID uuid; in bta_gattc_cache_save() local
|
| /system/bt/stack/gap/ |
| D | gap_ble.c | 174 BOOLEAN gap_ble_enqueue_request (tGAP_CLCB *p_clcb, UINT16 uuid, tGAP_BLE_CMPL_CBACK *p_cback) in gap_ble_enqueue_request() 383 tBT_UUID uuid = {LEN_UUID_16,{UUID_SERVCLASS_GAP_SERVER}}; in gap_attr_db_init() local 513 UINT16 uuid = 0; in gap_ble_send_cl_read_request() local 685 BOOLEAN gap_ble_accept_cl_operation(BD_ADDR peer_bda, UINT16 uuid, tGAP_BLE_CMPL_CBACK *p_cback) in gap_ble_accept_cl_operation()
|
| D | gap_int.h | 105 UINT16 uuid; member 117 UINT16 uuid; member
|
| /system/bt/bta/sdp/ |
| D | bta_sdp_api.c | 96 tBTA_SDP_STATUS BTA_SdpSearch(BD_ADDR bd_addr, tSDP_UUID *uuid) in BTA_SdpSearch()
|
| D | bta_sdp_int.h | 68 tSDP_UUID uuid; member
|
| /system/bt/test/suite/cases/ |
| D | gatt.c | 11 static void create_random_uuid(bt_uuid_t *uuid, int seed) { in create_random_uuid()
|
| /system/bt/stack/srvc/ |
| D | srvc_dis.c | 62 static tDIS_ATTR_MASK dis_uuid_to_attr(UINT16 uuid) in dis_uuid_to_attr() 352 tBT_UUID uuid = {LEN_UUID_16, {UUID_SERVCLASS_DEVICE_INFO}}; in DIS_SrInit() local
|
| D | srvc_dis_int.h | 31 UINT16 uuid; member
|
| D | srvc_battery.c | 200 tBT_UUID uuid = {LEN_UUID_16, {UUID_SERVCLASS_BATTERY}}; in Battery_Instantiate() local
|
| /system/bt/stack/gatt/ |
| D | gatt_db.c | 450 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_INCLUDE_SERVICE}}; in gatts_add_included_service() local 500 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_CHAR_DECLARE}}; in gatts_add_characteristic() local 1185 tBT_UUID uuid = {LEN_UUID_16, {0}}; in gatts_db_add_service_declaration() local
|
| D | gatt_int.h | 105 tBT_UUID uuid; /* type of attribute to be found */ member 160 tBT_UUID uuid; /* service declaration */ member 183 UINT16 uuid; member 196 UINT32 uuid; member 210 UINT8 uuid[LEN_UUID_128]; member 399 tBT_UUID uuid; member 451 UINT16 uuid; member
|
| /system/bt/stack/pan/ |
| D | pan_utils.c | 61 UINT32 pan_register_with_sdp (UINT16 uuid, UINT8 sec_mask, char *p_name, char *p_desc) in pan_register_with_sdp()
|
| /system/bt/bta/include/ |
| D | bta_sdp_api.h | 58 tBT_UUID uuid; member
|
| /system/bt/bta/ag/ |
| D | bta_ag_sdp.c | 312 UINT16 uuid; in bta_ag_sdp_find_attr() local
|