Home
last modified time | relevance | path

Searched refs:disc_type (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_test.c136 static void btif_test_discovery_result_cback(UINT16 conn_id, tGATT_DISC_TYPE disc_type, in btif_test_discovery_result_cback() argument
141 ALOGD("------ GATT Discovery result %-22s -------", disc_name[disc_type]); in btif_test_discovery_result_cback()
144 if (disc_type != GATT_DISC_CHAR_DSCPT) { in btif_test_discovery_result_cback()
148 switch (disc_type) in btif_test_discovery_result_cback()
188 tGATT_DISC_TYPE disc_type, in btif_test_discovery_complete_cback() argument
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_cache.c428 …TATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type) in bta_gattc_discover_pri_service() argument
436 return bta_gattc_discover_procedure(conn_id, p_server_cb, disc_type); in bta_gattc_discover_pri_service()
452 …_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type) in bta_gattc_discover_procedure() argument
459 if (disc_type == GATT_DISC_SRVC_ALL || disc_type == GATT_DISC_SRVC_BY_UUID) in bta_gattc_discover_procedure()
466 if (disc_type == GATT_DISC_CHAR_DSCPT) in bta_gattc_discover_procedure()
476 return GATTC_Discover (conn_id, disc_type, &param); in bta_gattc_discover_procedure()
904 void bta_gattc_disc_res_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_data) in bta_gattc_disc_res_cback() argument
914 switch (disc_type) in bta_gattc_disc_res_cback()
970 void bta_gattc_disc_cmpl_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS status) in bta_gattc_disc_cmpl_cback() argument
986 switch (disc_type) in bta_gattc_disc_cmpl_cback()
Dbta_gattc_int.h472 extern void bta_gattc_disc_res_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_…
473 extern void bta_gattc_disc_cmpl_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS stat…
474 …STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type);
475 …ATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type);
/external/qemu/distrib/sdl-1.2.15/src/cdrom/dc/
DSDL_syscdrom.c100 int ret,dc_status,disc_type; in SDL_SYS_CDStatus() local
102 ret = cdrom_get_status(&dc_status,&disc_type); in SDL_SYS_CDStatus()
/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h555 typedef void (tGATT_DISC_RES_CB) (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_data…
558 typedef void (tGATT_DISC_CMPL_CB) (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS status);
919 tGATT_DISC_TYPE disc_type,
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_api.c816 tGATT_STATUS GATTC_Discover (UINT16 conn_id, tGATT_DISC_TYPE disc_type, in GATTC_Discover() argument
827 GATT_TRACE_API2 ("GATTC_Discover conn_id=%d disc_type=%d",conn_id, disc_type); in GATTC_Discover()
830 (disc_type >= GATT_DISC_MAX)) in GATTC_Discover()
832 … GATT_TRACE_ERROR2("GATTC_Discover Illegal param: disc_type %d conn_id = %d", disc_type, conn_id); in GATTC_Discover()
849 (disc_type == GATT_DISC_SRVC_BY_UUID && in GATTC_Discover()
857 p_clcb->op_subtype = disc_type; in GATTC_Discover()
Dgatt_utils.c2023 UINT8 op = p_clcb->operation, disc_type=GATT_DISC_MAX; in gatt_end_operation() local
2065 disc_type = p_clcb->op_subtype; in gatt_end_operation()
2080 (*p_disc_cmpl_cb)(conn_id, disc_type, status); in gatt_end_operation()
/external/kernel-headers/original/linux/
Dcdrom.h839 __u8 disc_type; member