OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tGATTS_REQ_TYPE
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/gap/
gap_ble.c
57
static void gap_ble_s_attr_request_cback (UINT16 conn_id, UINT32 trans_id,
tGATTS_REQ_TYPE
op_code, tGATTS_DATA *p_data);
345
tGATT_STATUS gap_proc_read (
tGATTS_REQ_TYPE
type, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp)
380
UINT8 gap_proc_write_req(
tGATTS_REQ_TYPE
type, tGATT_WRITE_REQ *p_data)
425
tGATTS_REQ_TYPE
type, tGATTS_DATA *p_data)
/external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c
166
static void gatt_profile_request_cback (UINT16 conn_id, UINT32 trans_id,
tGATTS_REQ_TYPE
type,
gatt_utils.c
[
all
...]
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
377
typedef UINT8
tGATTS_REQ_TYPE
;
567
typedef void (tGATT_REQ_CBACK )(UINT16 conn_id, UINT32 trans_id,
tGATTS_REQ_TYPE
type, tGATTS_DATA *p_data);
[
all
...]
/external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c
45
tGATTS_REQ_TYPE
req_type, tGATTS_DATA *p_data);
727
tGATTS_REQ_TYPE
req_type, tGATTS_DATA *p_data)
Completed in 23 milliseconds