Searched refs:write_type (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_api.c | 686 tBTA_GATTC_WRITE_TYPE write_type, in BTA_GATTC_WriteCharValue() argument 704 p_buf->write_type = write_type; in BTA_GATTC_WriteCharValue() 733 tBTA_GATTC_WRITE_TYPE write_type, in BTA_GATTC_WriteCharDescr() argument 755 p_buf->write_type = write_type; in BTA_GATTC_WriteCharDescr() 802 p_buf->write_type = BTA_GATTC_WRITE_PREPARE; in BTA_GATTC_PrepareWrite()
|
D | bta_gattc_int.h | 142 tBTA_GATTC_WRITE_TYPE write_type; member
|
D | bta_gattc_act.c | 1213 status = GATTC_Write(p_clcb->bta_conn_id, p_data->api_write.write_type, &attr); in bta_gattc_write() 1391 p_clcb->p_q_cmd->api_write.write_type == BTA_GATTC_WRITE_PREPARE) in bta_gattc_write_cmpl()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_gatt_client.c | 201 uint8_t write_type; member 1318 p_cb->write_type, in btgattc_handle_event() 1333 p_cb->write_type, &descr_val, in btgattc_handle_event() 1879 btgatt_gatt_id_t* char_id, int write_type, in btif_gattc_write_char() argument 1886 btif_cb.write_type = (uint8_t) write_type; in btif_gattc_write_char() 1898 int write_type, int len, int auth_req, in btif_gattc_write_char_descr() argument 1905 btif_cb.write_type = (uint8_t) write_type; in btif_gattc_write_char_descr()
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_gatt_api.h | 935 tBTA_GATTC_WRITE_TYPE write_type, 956 tBTA_GATTC_WRITE_TYPE write_type,
|
/external/bluetooth/bluedroid/bta/hh/ |
D | bta_hh_le.c | 2538 tBTA_GATTC_WRITE_TYPE write_type, in bta_hh_le_write_rpt() argument 2574 write_type, /* default to use write request */ in bta_hh_le_write_rpt()
|